/ Assembly List / LJCGenTextLib / GenTokens / GetNextToken

Namespace - LJCGenTextLib


Parameters
text - The text value.
currentIndex - The current index.

Returns

The next token or null if not found.

Syntax

C#
public String GetNextToken(String text, Int32& currentIndex)

Retrieves the next valid token.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.